home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / mesa-1.2.8 / samples / notes < prev    next >
Text File  |  1996-05-27  |  1KB  |  46 lines

  1. Notes on sample programs
  2.  
  3. These samples were written by SGI and obtained by anonymous ftp from
  4. sgi.com (opengl/contrib/samples.tar.Z)  They have not been changed
  5. except for minor bug fixes.
  6.  
  7. See the README file for copyright and command line arguments.
  8.  
  9. Last updated on July 28, 1995.
  10.  
  11.  
  12.  
  13. file        Mesa compatibility
  14. ---------------------------------------------------------------
  15. accum.c        works
  16. bitmap1.c    works
  17. bitmap2.c    works
  18. blendeq.c    works, had to fix some warnings
  19. blendxor.c    works, had to fix some warnings
  20. copy.c        works but glPixelZoom has no effect
  21. cursor.c    works
  22. depth.c        works
  23. eval.c        works
  24. fog.c        works
  25. font.c        works
  26. line.c        works
  27. logo.c        works after adding missing line of data, fixing bugs
  28. nurb.c        works
  29. oglinfo.c    works, had to fix some warnings
  30. olympic.c    works
  31. overlay.c    overlays not available
  32. point.c        works
  33. prim.c        works
  34. quad.c        works, after fixing array initialization problems
  35. select.c    works
  36. shape.c        works
  37. speed.c        works, modified to disable scissoring, increased repeatCount
  38. sphere.c    works, mostly
  39. star.c        works
  40. stencil.c    works
  41. stretch.c    works, I guess
  42. texture.c    works, mostly
  43. tri.c        works
  44. wave.c        works, but occasionally a quad will be mis-rendered, I
  45.            suspect this is because the quad is not planar...
  46.